From 6f813c4ad4caa877ae679bb619715930c6e3dbb4 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 5 Oct 2024 17:22:48 -0700 Subject: add about/faq page with more information --- src/pages/stats/[slug].tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pages/stats/[slug].tsx') diff --git a/src/pages/stats/[slug].tsx b/src/pages/stats/[slug].tsx index f70fd69..82d2757 100644 --- a/src/pages/stats/[slug].tsx +++ b/src/pages/stats/[slug].tsx @@ -7,7 +7,6 @@ import Footer from "@/components/Footer/Footer"; import ChannelCard from "@/components/ChannelCard/ChannelCard" import Head from "next/head"; import TitleBar from "../../components/TitleBar/TitleBar"; -import Countdown from "@/components/Countdown"; interface ChannelDataProp { channel_id: string; -- cgit v1.2.3